home *** CD-ROM | disk | FTP | other *** search
- object BufferingForm: TBufferingForm
- Left = 421
- Top = 346
- BorderIcons = []
- BorderStyle = bsNone
- Caption = 'Buffering'
- ClientHeight = 260
- ClientWidth = 320
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- OnCreate = FormCreate
- OnHide = FormHide
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object GIFImage1: TGIFImage
- Left = 0
- Top = 0
- Width = 320
- Height = 260
- AutoSize = True
- FileName = 'D:\projects\splash\graphics\gifs\BufferingBk.GIF'
- end
- object Spin: TGIFImage
- Left = 182
- Top = 8
- Width = 120
- Height = 75
- Animate = True
- AutoSize = True
- FileName = 'D:\projects\tester\robo\tester\graphics\Train.gif'
- Loop = True
- Speed = 1
- end
- object Percent: TLabelEffect
- Left = 85
- Top = 134
- Width = 48
- Height = 26
- Alignment = taRightJustify
- Caption = '100'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clGray
- Font.Height = -24
- Font.Name = 'Times New Roman'
- Font.Style = []
- ParentFont = False
- Transparent = True
- end
- object LabelEffect2: TLabelEffect
- Left = 136
- Top = 134
- Width = 91
- Height = 26
- Caption = '% Done'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clGray
- Font.Height = -24
- Font.Name = 'Times New Roman'
- Font.Style = []
- ParentFont = False
- Transparent = True
- end
- object Banner1: TBanner
- Left = 22
- Top = 218
- Width = 273
- Height = 16
- AutoEnable = False
- ScrollInterval = 40
- ScrollPixels = 2
- Color = 7032931
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWhite
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentColor = False
- ParentFont = False
- end
- object ProgressBar1: TGauge
- Left = 20
- Top = 164
- Width = 279
- Height = 23
- Color = 7032931
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWhite
- Font.Height = -11
- Font.Name = 'Times New Roman'
- Font.Style = []
- BackColor = 7032931
- ParentColor = False
- ParentFont = False
- Progress = 0
- end
- object Memo1: TMemo
- Left = 16
- Top = 20
- Width = 37
- Height = 19
- TabOrder = 0
- Visible = False
- WordWrap = False
- end
- object Timer1: TTimer
- Enabled = False
- Interval = 3000
- OnTimer = Timer1Timer
- Left = 10
- Top = 44
- end
- end
-